diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..2806e5c7c0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*.{cpp,h,hh,hsrc}] +# インデントスタイル:タブ文字で4スペース幅 +indent_style = tab +indent_size = 4 + +# 行末のスペースは自動的に削る +trim_trailing_whitespace = true