mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-15 21:02:19 +00:00
16 lines
257 B
INI
16 lines
257 B
INI
|
# EditorConfig is awesome: https://EditorConfig.org
|
||
|
|
||
|
# top-most EditorConfig file
|
||
|
root = true
|
||
|
|
||
|
[*]
|
||
|
indent_style = space
|
||
|
indent_size = 2
|
||
|
end_of_line = lf
|
||
|
charset = utf-8
|
||
|
trim_trailing_whitespace = false
|
||
|
insert_final_newline = false
|
||
|
|
||
|
[pug.ts]
|
||
|
indent_size = 4
|