chore: Apply EditorConfig to more files
I'm not sure why it was only for .js,.ts,.json files.
Changes
1 changed files
(+2/-5)
-
-
[*]
charset = utf-8
end_of_line = lf
-
-
[*.{ts,js}]
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
-
[*.json]
-
indent_size = 2
-
indent_style = space
+
[*.md]
+
trim_trailing_whitespace = false
- Authored by
-
Shota Fuji
- Authored at
-
- Committed by
-
Shota Fuji
- Committed at
-
- Signature
-
View
- Object name
- d50aae3fe76cf87897ceae4963460ca83aa8f8d3
- Parent
-
42fb9741
- Tab width
-