Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • f9fd6e44031d5b4b542671a31bb671b343e93cf8
  • 14.0 par défaut protégée
  • 14-RV-202503401
3 résultats

.prettierrc.yml

Blame
  • Bifurcation depuis Le Filament / Confédération Générale des SCOP / cgscop_cotisation
    Le projet source a une visibilité limitée.
    .editorconfig 558 o
    # Configuration for known file extensions
    [*.{css,js,json,less,md,py,rst,sass,scss,xml,yaml,yml}]
    charset = utf-8
    end_of_line = lf
    indent_size = 4
    indent_style = space
    insert_final_newline = true
    trim_trailing_whitespace = true
    
    [*.{json,yml,yaml,rst,md}]
    indent_size = 2
    
    # Do not configure editor for libs and autogenerated content
    [{*/static/{lib,src/lib}/**,*/static/description/index.html,*/readme/../README.rst}]
    charset = unset
    end_of_line = unset
    indent_size = unset
    indent_style = unset
    insert_final_newline = false
    trim_trailing_whitespace = false