Skip to content

Commit

Permalink
Add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr authored and sezero committed Nov 29, 2022
1 parent c10e593 commit 5d8f318
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
@@ -0,0 +1,13 @@
# For format see editorconfig.org
# Copyright 2022 Collabora Ltd.
# SPDX-License-Identifier: Zlib

root = true

[*.{c,cg,cpp,gradle,h,java,m,metal,pl,py,S,sh,txt}]
indent_size = 4
indent_style = space

[{CMakeLists.txt,*.cmake.in,*.cmake}]
indent_size = 2
indent_style = space

0 comments on commit 5d8f318

Please sign in to comment.