Skip to content
Extraits de code Groupes Projets

Add CONTRIBUTING rules and .editorconfig

Fusionnées Eliah REBSTOCK a demandé de fusionner (removed):add_code_style vers master
3 fichiers
+ 107
0
Comparer les modifications
  • Côte à côte
  • En ligne
Fichiers
3
.editorconfig 0 → 100644
+ 17
0
 
root = true
 
 
[*]
 
end_of_line = lf
 
insert_final_newline = true
 
charset = utf-8
 
 
[*.{c,h}]
 
indent_style = tab
 
# tab_width = 4
 
 
[Makefile]
 
indent_style = tab
 
 
[*.yml]
 
indent_style = space
 
indent_size = 2
Chargement en cours