2024-05-03 04:32:57 +02:00
|
|
|
# EditorConfig is awesome: https://EditorConfig.org
|
2024-05-28 14:21:08 +02:00
|
|
|
# Copyright (C) 2024 Hong Yongmin <https://revi.xyz>
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2024-05-03 04:32:57 +02:00
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
2024-05-03 05:27:50 +02:00
|
|
|
charset = utf-8
|
2024-05-28 14:21:08 +02:00
|
|
|
end_of_line = lf
|
2024-05-03 04:32:57 +02:00
|
|
|
indent_size = 2
|
2024-05-03 05:27:50 +02:00
|
|
|
indent_style = space
|
2024-05-28 14:21:08 +02:00
|
|
|
insert_final_newline = true
|
2024-06-08 09:25:13 +02:00
|
|
|
max_line_length = 80
|
2024-05-28 14:21:08 +02:00
|
|
|
trim_trailing_whitespace = true
|