2020-05-30 00:01:28 +02:00
|
|
|
# EditorConfig for archiso
|
|
|
|
# https://editorconfig.org/
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
2016-05-28 23:36:56 +02:00
|
|
|
|
|
|
|
# Top-most EditorConfig file
|
|
|
|
root = true
|
|
|
|
|
|
|
|
# Unix-style newlines without trailing whitespaces, but with a newline
|
|
|
|
# ending every file, utf-8 charset, set indent to spaces with width of four
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
2020-06-25 23:01:54 +02:00
|
|
|
max_line_length = 120
|
|
|
|
|
|
|
|
[*.{yml,yaml}]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
2020-05-30 00:01:28 +02:00
|
|
|
|
|
|
|
[*.rst]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|