diff options
| author | krolyxon <krolyxon@tutanota.com> | 2023-06-11 21:37:49 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2023-06-11 21:37:49 +0530 |
| commit | d566ca84e8562e73c95639b2eec2ab47c72598e3 (patch) | |
| tree | 9fdbcabe7c41fc45f57ab17ad846de90f67f4d39 /.editorconfig | |
| parent | e4380093d694f075e07f489e2c2e764785b441f2 (diff) | |
| parent | 723e140d5525cdc4572f5b859ec7b66433b5e32b (diff) | |
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 |
