We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c684b commit a33d813Copy full SHA for a33d813
.editorconfig
@@ -1,3 +1,9 @@
1
+root = true
2
+
3
[*]
-# this matches the setting in .gitattributes
4
+indent_style = space
5
+indent_size = 2
6
end_of_line = lf
7
+charset = utf-8
8
+trim_trailing_whitespace = true
9
+insert_final_newline = true
.rubocop.yml
@@ -11,7 +11,6 @@ Layout/BeginEndAlignment:
11
Layout/CaseIndentation:
12
EnforcedStyle: end
13
Layout/EndOfLine:
14
- # this matches the setting in .gitattributes
15
EnforcedStyle: lf
16
Layout/EmptyLineAfterGuardClause:
17
Enabled: false
0 commit comments