Something went wrong on our end
-
Vincent Hatakeyama authored
The configuration file is compatible with more tools, not just vim. For vim, use https://github.com/editorconfig/editorconfig-vim
Vincent Hatakeyama authoredThe configuration file is compatible with more tools, not just vim. For vim, use https://github.com/editorconfig/editorconfig-vim
.editorconfig 313 B
# 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