mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 16:01:16 +01:00
19 lines
426 B
INI
19 lines
426 B
INI
# We use EditorConfig to standardize settings between contributors
|
|
# See http://editorconfig.org for more info and plugin downloads
|
|
|
|
# This is the only config file
|
|
root = true
|
|
|
|
# Unix-style newlines with with new lines at the end
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
# Use utf-8 for character encoding
|
|
[*.{js, json, yml}]
|
|
charset = utf-8
|
|
|
|
# 2 space indents
|
|
[*.{js, json, yml}]
|
|
indent_style = space
|
|
indent_size = 2 |