Projet

Général

Profil

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

root / .editorconfig @ 78f0eee0

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