Light.vnTools/.editorconfig
Bayu Satiyo 2718391ff5
Initial commit and release
Disclaimer:
This release is unstable for newer version of Light.vn

Signed-off-by: Bayu Satiyo <itsyuukunz@gmail.com>
2023-08-12 12:38:45 +07:00

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