Skip to content

Commit 6fdc6a5

Browse files
committed
cssをフォーマットした
1 parent 88bf628 commit 6fdc6a5

File tree

2 files changed

+180
-130
lines changed

2 files changed

+180
-130
lines changed

.editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ charset = utf-8
1111
trim_trailing_whitespace = true
1212
insert_final_newline = true
1313

14+
[*.css]
15+
indent_style = space
16+
indent_size = 2
17+
trim_trailing_whitespace = true
18+
insert_final_newline = true
19+
20+
end_of_line = lf
21+
charset = utf-8
22+
trim_trailing_whitespace = true
23+
insert_final_newline = true
24+
1425
[*.ts]
1526
indent_style = tab
1627
end_of_line = lf

0 commit comments

Comments
 (0)