소스 검색

Merge pull request #8784 from bojidar-bg/editorconfig-trim-whitespace

Add trim_trailing_whitespace to .editorconfig

[ci skip]
Rémi Verschelde 8 년 전
부모
커밋
ce2077262a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .editorconfig

+ 3 - 0
.editorconfig

@@ -5,6 +5,9 @@ charset = utf-8
 end_of_line = lf
 indent_style = tab
 
+[*.{cpp,hpp,c,h,mm}]
+trim_trailing_whitespace = true
+
 [.travis.yml]
 indent_style = space
 indent_size = 2