X-Git-Url: http://git.osdn.net/view?p=hengbandforosx%2Fhengbandosx.git;a=blobdiff_plain;f=.editorconfig;h=3170fbded44710e9d3aca6f08622a371b268843e;hp=cec21f4342b942cee70644221a712e42ba3ea341;hb=cd54922eb668277e6d22ef6f5afb02ad71986f35;hpb=9d9cbee2c5afd4b831c9f43103907747d382c930 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