We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c14d83 commit 0d716f7Copy full SHA for 0d716f7
.editorconfig
@@ -11,3 +11,7 @@ trim_trailing_whitespace = true
11
max_line_length = 80
12
end_of_line = lf
13
insert_final_newline = true
14
+
15
+[*patch]
16
+# Trailing spaces are significant in patch files
17
+trim_trailing_whitespace = false
0 commit comments