diff options
| author | NRK <nrk@disroot.org> | 2023-02-10 11:51:53 +0600 |
|---|---|---|
| committer | NRK <nrk@disroot.org> | 2023-03-11 18:37:08 +0600 |
| commit | 157646f54cd010c8c884998319954006260f960e (patch) | |
| tree | 1cd91dbbd707179084044b1e0a96225258aa73d9 /.editorconfig | |
| parent | f2f4903de4bd3ce06c03dd66f0c9a7dda97a3550 (diff) | |
etc changes related to code-style docs
* Add a "Code Style" section in CONTRIBUTING
* Move .clang-format to etc/
* Add a short comment on clang-format and editorconfig file
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 72b2e5e..cbc0f4b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,6 @@ # EditorConfig +# See this if your editor doesn't have built-in editorconfig support: +# https://editorconfig.org/#download # apply to all files [*] |
