Skip to content

Commit

Permalink
Merge pull request sakura-editor#245 from kobake/editor-config
Browse files Browse the repository at this point in the history
エディタ設定:インデント設定と行末スペース削り
  • Loading branch information
kobake authored Jul 12, 2018
2 parents ffe2a29 + 590dc5e commit 39596cc
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 39596cc

Please sign in to comment.