1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2025-10-08 23:41:56 +02:00
Files
factorio-sites/.editorconfig
Bart Huijgen 1af55c6af0 initial commit
2020-10-16 19:37:34 +02:00

14 lines
245 B
INI

# Editor configuration, see http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false