2718391ff5
Disclaimer: This release is unstable for newer version of Light.vn Signed-off-by: Bayu Satiyo <itsyuukunz@gmail.com>
21 lines
556 B
INI
21 lines
556 B
INI
# For VS Code user, install: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
|
|
# For Sublime Text user, install: https://github.com/sindresorhus/editorconfig-sublime#readme
|
|
# See https://editorconfig.org/ for more information about Editor Config.
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
end_of_line = lf
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
|
|
[*.cs]
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.md]
|
|
indent_size = 2
|
|
trim_trailing_whitespace = false
|