Skip to content
Snippets Groups Projects
Select Git revision
  • develop default protected
  • 0.2.1
  • 0.2.0
  • 0.1.0
4 results

.editorconfig

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .editorconfig 138 B
    root = true
    
    [*.{gradle,java}]
    indent_style = tab
    
    [*.{sablecc,scc}]
    indent_style = space
    indent_size = 2
    trim_trailing_whitespace = true