2023-05-21 15:19:34 +02:00
|
|
|
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
2023-02-12 13:22:21 +01:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
2023-02-14 09:33:42 +01:00
|
|
|
# two whitespaces at end of line is a new line within paragraph
|
|
|
|
trim_trailing_whitespace = false
|
2023-02-12 13:22:21 +01:00
|
|
|
insert_final_newline = true
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = space
|
2023-02-23 10:15:05 +01:00
|
|
|
# https://github.com/Mikaela/mikaela.github.io/issues/324
|
|
|
|
#indent_size = 2
|
2024-08-04 07:37:54 +02:00
|
|
|
|
|
|
|
[*.json]
|
|
|
|
indent_style = tab
|