mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-05 06:20:10 +01:00
990a2e85bf
Implement support for GitHub codespaces and VSCode devcontainers --------- Co-authored-by: timothycarambat <rambat1010@gmail.com> Co-authored-by: Sean Hatfield <seanhatfield5@gmail.com>
18 lines
372 B
INI
18 lines
372 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
# Non-configurable Prettier behaviors
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
# Configurable Prettier behaviors
|
|
# (change these if your Prettier config differs)
|
|
end_of_line = lf
|
|
indent_style = space
|
|
indent_size = 2
|
|
max_line_length = 80
|