mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
29 lines
442 B
INI
29 lines
442 B
INI
# EditorConfig is awesome: https://editorconfig.org/
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# A newline ending every file
|
|
[*]
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.css]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[scripts/**.js]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[package.json]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.yml]
|
|
indent_style = space
|
|
indent_size = 2
|