Template
1
0
mirror of https://github.com/Wessel/boilerplate.git synced 2026-06-08 14:18:44 +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