19 lines
612 B
INI
19 lines
612 B
INI
# See http://editorconfig.org/
|
|
# EditorConfig helps developers define and maintain consistent coding styles
|
|
# between different editors and IDEs. The EditorConfig project consists of a
|
|
# file format for defining coding styles and a collection of text editor plugins
|
|
# that enable editors to read the file format and adhere to defined styles.
|
|
# EditorConfig files are easily readable and they work nicely with version
|
|
# control systems.
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|