Skip to content

Commit

Permalink
only set editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
okbob committed Aug 21, 2022
1 parent b5625b6 commit 98bde64
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
@@ -0,0 +1,14 @@
root = true

[*.{c,h,l,y,pl,pm}]
indent_style = tab
indent_size = tab
tab_width = 4

[*.{sgml,xml}]
indent_style = space
indent_size = 1

[*.xsl]
indent_style = space
indent_size = 2

0 comments on commit 98bde64

Please sign in to comment.