2
0
mirror of https://github.com/tenrok/vue-cron-editor-bootstrap.git synced 2026-06-17 19:30:34 +03:00
Files
vue-cron-editor-bootstrap/.editorconfig
T
2022-11-09 19:49:47 +03:00

20 lines
359 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Matches multiple files with brace expansion notation
# Set default charset
[*]
charset = utf-8
# Space indentation
[*]
indent_style = space
indent_size = 2