.editorconfig 297 B

1234567891011121314
  1. # SPDX-FileCopyrightText: 2019-2022 Badwolf Authors <https://hacktivis.me/projects/badwolf>
  2. # SPDX-License-Identifier: BSD-3-Clause
  3. # https://EditorConfig.org
  4. root = true
  5. [*]
  6. end_of_line = lf
  7. insert_final_newline = true
  8. charset = utf-8
  9. indent_style = tab
  10. indent_size = tab
  11. max_line_length = 100