4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-01-27 13:22:14 +00:00
qortal-ui/.editorconfig
2021-12-25 14:39:47 +01:00

18 lines
205 B
INI

root = true
[*]
charset = utf-8
# New Line formating
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# Indentation
indent_style = tab
indent_size = 4
quote_type = single