mirror of
https://github.com/1f349/mail.1f349.com.git
synced 2024-11-09 22:32:52 +00:00
36 lines
506 B
INI
36 lines
506 B
INI
|
# EditorConfig is awesome: https://EditorConfig.org
|
||
|
|
||
|
# top-most EditorConfig file
|
||
|
root = true
|
||
|
|
||
|
# Defaults
|
||
|
[*]
|
||
|
charset = utf-8
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
|
||
|
# CSS
|
||
|
[*.css]
|
||
|
indent_size = 2
|
||
|
indent_style = space
|
||
|
trim_trailing_whitespace = true
|
||
|
|
||
|
# HTML
|
||
|
[*.{htm,html}]
|
||
|
indent_size = 2
|
||
|
indent_style = space
|
||
|
trim_trailing_whitespace = true
|
||
|
|
||
|
# GNU make
|
||
|
[Makefile]
|
||
|
indent_style = tab
|
||
|
|
||
|
# Svelte
|
||
|
[*.svelte]
|
||
|
indent_size = 2
|
||
|
indent_style = space
|
||
|
|
||
|
# YAML
|
||
|
[*.{yaml,yml}]
|
||
|
indent_size = 2
|
||
|
indent_style = space
|