bindED/.editorconfig

9 lines
122 B
INI
Raw Normal View History

2020-11-08 12:41:36 +01:00
[*]
guidelines = 80
2021-05-23 20:22:05 +02:00
end_of_line = lf
insert_final_newline = true
2021-06-14 11:46:57 +02:00
charset = utf-8-bom
2020-11-08 12:41:36 +01:00
2021-06-14 11:22:45 +02:00
[*.cs]
2021-05-23 20:22:05 +02:00
guidelines = 80, 120