Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Commit aaf9f10

Browse files
committed
cs: fix editorconfig
1 parent d0aa137 commit aaf9f10

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.editorconfig

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
[*]
22
charset = utf-8
33
end_of_line = lf
4-
5-
[*.{html,php,css,scss,js,ts,vue}]
64
indent_style = tab
7-
trim_trailing_whitespace = true
85
insert_final_newline = true
6+
trim_trailing_whitespace = true
97

10-
[*.{yml,json}]
8+
[*.{yml,txt}]
119
indent_size = 2
1210
indent_style = space
11+
12+
[*.txt]
13+
insert_final_newline = false
1314
trim_trailing_whitespace = false
1415

1516
[*.md]

site/blueprints/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ fields:
1212
files: true
1313
structure:
1414
fields:
15-
text: true
15+
text: true

0 commit comments

Comments
 (0)