Files
piratepoet/.editorconfig
Tautvidas Sipavičius 2ed473f3a0 Add an .editorconfig file
2019-10-30 10:24:41 +01:00

10 lines
147 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2