Skip to content
  • This project
    • Loading...
  • Sign in

Jeff Balicki / st_joseph

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • st_joseph
  • wp-content
  • plugins
  • authLdap
  • .editorconfig
  • Jeff Balicki's avatar
    authLdap · 151a5505 ...
    151a5505
    Signed-off-by: Jeff <jeff@gotenzing.com>
    Jeff Balicki committed 2023-03-07 15:35:37 -0500
.editorconfig 231 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
root = true

[*]
charset = utf-8
tab_width = 4
trim_trailing_whitespace = true
indent_size = tab
indent_style = tab
insert_final_newline = true
end_of_line = lf

[*.yml]
tab_width = 2

[*.xml]
tab_width = 2

[*.json]
tab_width = 2