2023-04-11 19:45:44 +00:00
|
|
|
# https://EditorConfig.org
|
|
|
|
|
|
|
|
# Top-most EditorConfig file
|
|
|
|
root = true
|
|
|
|
|
|
|
|
# Unix-style newlines with a newline ending every file, utf-8 charset
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
|
|
|
|
[Makefile]
|
|
|
|
indent_style = tab
|
2023-04-13 09:33:16 +00:00
|
|
|
|
2023-12-13 17:10:10 +00:00
|
|
|
[scripts/*.mk]
|
|
|
|
indent_style = tab
|
|
|
|
|
2023-04-13 09:33:16 +00:00
|
|
|
[prompts/*.txt]
|
|
|
|
insert_final_newline = unset
|
2023-09-04 08:28:55 +00:00
|
|
|
|
|
|
|
[examples/server/public/*]
|
|
|
|
indent_size = 2
|
2023-12-17 17:38:41 +00:00
|
|
|
|
|
|
|
[examples/llama.swiftui/llama.swiftui.xcodeproj/*]
|
|
|
|
indent_style = tab
|
2024-06-15 16:53:40 +00:00
|
|
|
|
|
|
|
[examples/cvector-generator/*.txt]
|
2024-06-22 16:11:30 +00:00
|
|
|
trim_trailing_whitespace = unset
|
2024-06-15 16:53:40 +00:00
|
|
|
insert_final_newline = unset
|