Files
web/.editorconfig
2022-06-27 23:23:47 -03:00

29 lines
442 B
INI

# EditorConfig is awesome: https://editorconfig.org/
# top-most EditorConfig file
root = true
# A newline ending every file
[*]
insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
[*.css]
indent_style = space
indent_size = 2
[scripts/**.js]
indent_style = space
indent_size = 2
[package.json]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2