mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 09:14:46 +01:00
434e379f9a
git-subtree-dir: plugin-server git-subtree-mainline:776b056b6d
git-subtree-split:01a99a4e26
15 lines
229 B
INI
15 lines
229 B
INI
# editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
max_line_length = 120
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|