VoiceAttack-profiles/.editorconfig

9 lines
110 B
INI
Raw Normal View History

2021-05-02 16:17:29 +02:00
[*]
guidelines = 80
2021-05-23 20:26:54 +02:00
end_of_line = lf
insert_final_newline = true
2021-06-14 11:21:46 +02:00
charset = utf-8
2021-05-02 16:17:29 +02:00
[*.cs]
2021-05-23 20:26:54 +02:00
guidelines = 80, 120