2016-01-08 12:03:22 +02:00

23 lines
414 B
INI

# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Set default charset
charset = utf-8
# space indentation
indent_style = tab
indent_size = 4
# remove any whitespace characters preceding newline characters
trim_trailing_whitespace = true
[*.md]
indent_size = 4