Skip to content

Commit a019c9a

Browse files
committed
typescript-formatter(未リリース)を適用して半手動でインデントをタブに変換したりした
1 parent 2697f18 commit a019c9a

File tree

102 files changed

+1111
-1075
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+1111
-1075
lines changed

.editorconfig

+7
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ end_of_line = lf
1010
charset = utf-8
1111
trim_trailing_whitespace = true
1212
insert_final_newline = true
13+
14+
[*.ts]
15+
indent_style = tab
16+
end_of_line = lf
17+
charset = utf-8
18+
trim_trailing_whitespace = true
19+
insert_final_newline = true

0 commit comments

Comments
 (0)