From fa43e940b0fb2d12a7339baa6466983028441e8f Mon Sep 17 00:00:00 2001 From: kobake Date: Thu, 12 Jul 2018 11:20:53 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A8=E3=83=87=E3=82=A3=E3=82=BF=E8=A8=AD?= =?UTF-8?q?=E5=AE=9A=EF=BC=9A=E3=82=A4=E3=83=B3=E3=83=87=E3=83=B3=E3=83=88?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=E3=81=A8=E8=A1=8C=E6=9C=AB=E3=82=B9=E3=83=9A?= =?UTF-8?q?=E3=83=BC=E3=82=B9=E5=89=8A=E3=82=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig 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