Skip to content

Commit 819bece

Browse files
committed
adopt to my styling conventions
1 parent 225506d commit 819bece

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.editorconfig

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ max_line_length = 80
1111

1212
[*.py]
1313
max_line_length = 119
14-
quote_type = single
1514

1615
[*.{scss,js,html}]
1716
max_line_length = 120
18-
quote_type = double
17+
indent_style = tab
1918

20-
[*.js]
21-
quote_type = single
19+
[*.html]
20+
insert_final_newline = false
2221

2322
[*.md]
2423
max_line_length = 100

0 commit comments

Comments
 (0)