calamares/.editorconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
447 B
INI
Raw Permalink Normal View History

# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
2015-06-13 18:56:21 -07:00
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
[CMakeLists.txt]
indent_style = space
indent_size = 4
insert_final_newline = true
[*.cmake]
indent_style = space
indent_size = 4
insert_final_newline = true
2015-06-13 18:56:21 -07:00
[*.{py,cpp,h}]
indent_style = space
indent_size = 4
insert_final_newline = true
[*.sh]
indent_style = tab
insert_final_newline = true