Template
1
0
mirror of https://github.com/Wessel/boilerplate.git synced 2026-07-25 09:47:30 +02:00
Files
boilerplate/.editorconfig
2019-08-03 12:15:50 +02:00

8 lines
129 B
INI

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