Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / .editorconfig @ 78f22811

Historique | Voir | Annoter | Télécharger (206 octets)

1 78f22811 Steve Traylen
# editorconfig.org
2
3
# MANAGED BY MODULESYNC
4
5
root = true
6
7
[*]
8
charset = utf-8
9
end_of_line = lf
10
indent_size = 2
11
tab_width = 2
12
indent_style = space
13
insert_final_newline = true
14
trim_trailing_whitespace = true