root / .editorconfig @ 0b2ccdda
Historique | Voir | Annoter | Télécharger (289 octets)
1 |
# editorconfig.org |
---|---|
2 |
|
3 |
# Managed by modulesync - DO NOT EDIT |
4 |
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ |
5 |
|
6 |
root = true |
7 |
|
8 |
[*] |
9 |
charset = utf-8 |
10 |
end_of_line = lf |
11 |
indent_size = 2 |
12 |
tab_width = 2 |
13 |
indent_style = space |
14 |
insert_final_newline = true |
15 |
trim_trailing_whitespace = true |