.editorconfig (297B)
- # SPDX-FileCopyrightText: 2019-2022 Badwolf Authors <https://hacktivis.me/projects/badwolf>
- # SPDX-License-Identifier: BSD-3-Clause
- # https://EditorConfig.org
- root = true
- [*]
- end_of_line = lf
- insert_final_newline = true
- charset = utf-8
- indent_style = tab
- indent_size = tab
- max_line_length = 100