X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=.editorconfig;h=3170fbded44710e9d3aca6f08622a371b268843e;hb=dd463c33055504c01678e6ab4a9f3952c3305830;hp=cec21f4342b942cee70644221a712e42ba3ea341;hpb=aba16f1df26f706ff39a508875ad8c33d668e7ea;p=hengbandforosx%2Fhengbandosx.git diff --git a/.editorconfig b/.editorconfig index cec21f434..3170fbded 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,8 @@ -root = true +root = true [*] -charset = utf-8-bom insert_final_newline = true +charset = utf-8 + +[*.{c,cpp,h}] +charset = utf-8-bom