OSDN Git Service

[Fix] 設定ファイルがBOM付で保存される #333 / Auto-save configuration files as utf-8 BOM.
[hengbandforosx/hengbandosx.git] / .editorconfig
1 root = true
2
3 [*]
4 insert_final_newline = true
5 charset = utf-8
6
7 [*.{c,h}]
8 charset = utf-8-bom