We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b9534 commit 9470f2bCopy full SHA for 9470f2b
.editorconfig
@@ -8,5 +8,9 @@ indent_size = 2
8
charset = utf-8
9
trim_trailing_whitespace = true
10
11
+[*.out] # make editor neutral to .out files
12
+insert_final_newline = false
13
+trim_trailing_whitespace = false
14
+
15
[*.py]
16
indent_size = 4
0 commit comments