Skip to content
Snippets Groups Projects
.editorconfig 516 B
Newer Older
Vincent Hatakeyama's avatar
Vincent Hatakeyama committed
# Configuration for known file extensions
[*.{css,htm,html,js,json,jsx,less,markdown,md,py,rst,sass,scss,toml,xml,yaml,yml}]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.{json,yml,yaml,rst,markdown,md,toml}]
indent_size = 2

# Do not configure editor for libs
[*/static/{lib,src/lib}/**]
charset = unset
end_of_line = unset
indent_size = unset
indent_style = unset
insert_final_newline = false
trim_trailing_whitespace = false