Skip to content

Commit 405c00d

Browse files
Add trim_trailing_whitespace to .editorconfig [skip ci] (#1332)
Co-authored-by: Sean McLeod <sean@seanmcleod.com>
1 parent 09f9169 commit 405c00d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ root = true
33
[*.{h,hpp,cpp}]
44
indent_style = space
55
indent_size = 2
6+
trim_trailing_whitespace = true
7+
8+
[*.{py}]
9+
indent_style = space
10+
indent_size = 4
11+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)