lodfe/.editorconfig

16 lines
225 B
INI
Raw Permalink Normal View History

2020-01-19 21:24:54 +09:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
2020-09-01 03:28:41 +09:00
[*.{yml,yaml,conf}]
2020-01-19 21:24:54 +09:00
indent_size = 2