An error occurred while loading the file. Please try again.
-
Vasili Novikov authored53c532b4
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors, IDEs, gitlab/github, etc.
# editorconfig.org
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.yml]
indent_size = 2