diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig index 72b2e5e..bec9606 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,9 @@ # EditorConfig +# See this if your editor doesn't have built-in editorconfig support: +# https://editorconfig.org/#download -# apply to all files -[*] +# apply to all .c and .h files +[*.{c,h}] # top-most EditorConfig file root = true |
