Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
20 lines
356 B
INI
20 lines
356 B
INI
# EditorConfig is awesome: https://editorconfig.org/
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.js]
|
|
trim_trailing_whitespace = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
max_line_length = 100
|