Skip to content
Snippets Groups Projects
Select Git revision
  • 825f5dabc5ef6a6fc8e019079c0e66b692e6eaef
  • develop default protected
  • master protected
  • kristin_optim_test
  • 3.9.0
  • 3.8.0
  • 3.7.0
  • 3.6.0
  • 3.5.0
  • 3.4.1
  • 3.4.0
  • 3.3.3
  • 3.3.2
  • 3.3.0
  • 3.2.14
  • 3.2.13
  • 3.2.12
17 results

.editorconfig

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .editorconfig 166 B
    root = true
    
    [*]
    indent_style = space
    indent_size = 2
    charset = utf-8
    insert_final_newline = true
    
    [*.{sablecc3,txt}]
    indent_size = 4
    trim_trailing_whitespace = true