Skip to content
Snippets Groups Projects
.editorconfig 324 B
Newer Older
Rylie Pavlik's avatar
Rylie Pavlik committed
# To use this config on you editor, follow the instructions at:
# http://editorconfig.org

# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2018-2021 Collabora, Ltd. and the Monado contributors

root = true

[*]
charset = utf-8
insert_final_newline = true

[*.md]
indent_size = 2
trim_trailing_whitespace = true