root / .editorconfig @ c723df84
Historique | Voir | Annoter | Télécharger (289 octets)
1 | 78f22811 | Steve Traylen | # editorconfig.org |
---|---|---|---|
2 | |||
3 | 5fea281f | Tim | # Managed by modulesync - DO NOT EDIT |
4 | # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ |
||
5 | 78f22811 | Steve Traylen | |
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 |