index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | David Runge <dvzrv@archlinux.org> | 2020-05-30 00:01:28 +0200 |
---|---|---|
committer | David Runge <dvzrv@archlinux.org> | 2020-07-29 14:27:48 +0200 |
commit | e264b44682a930f70715ea58cf96e69c87a86b64 (patch) | |
tree | 2fe053fd799a5c19d56338301d8cbe35a35bec10 /.editorconfig | |
parent | 47e11125e4672fc3448caefa6728439160daedd3 (diff) |
-rw-r--r-- | .editorconfig | 14 |
diff --git a/.editorconfig b/.editorconfig index 4a540f3..74ed4eb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,7 @@ -# EditorConfig configuration for archiso -# http://EditorConfig.org +# EditorConfig for archiso +# https://editorconfig.org/ +# +# SPDX-License-Identifier: GPL-3.0-or-later # Top-most EditorConfig file root = true @@ -22,3 +24,11 @@ trim_trailing_whitespace = true charset = utf-8 indent_style = space indent_size = 2 + +[*.rst] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 +indent_style = space +indent_size = 2 |