Skip to content

Commit

Permalink
エディタ設定:インデント設定と行末スペース削り
Browse files Browse the repository at this point in the history
  • Loading branch information
kobake committed Jul 12, 2018
1 parent 7e668d2 commit fa43e94
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*.{cpp,h,hh,hsrc}]
# インデントスタイル:タブ文字で4スペース幅
indent_style = tab
indent_size = 4

# 行末のスペースは自動的に削る
trim_trailing_whitespace = true

0 comments on commit fa43e94

Please sign in to comment.