mirror of
https://github.com/juanfont/headscale.git
synced 2026-01-22 18:18:00 +00:00
editorconfig: add basic editor config
Signed-off-by: Kristoffer Dalby <kristoffer@dalby.cc>
This commit is contained in:
parent
616c0e895d
commit
daf9f36c78
2 changed files with 18 additions and 6 deletions
16
.editorconfig
Normal file
16
.editorconfig
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
max_line_length = 120
|
||||||
|
|
||||||
|
[*.go]
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
|
[Makefile]
|
||||||
|
indent_style = tab
|
||||||
|
|
@ -9,12 +9,8 @@
|
||||||
--md-primary-fg-color: #4051b5;
|
--md-primary-fg-color: #4051b5;
|
||||||
--md-accent-fg-color: #526cfe;
|
--md-accent-fg-color: #526cfe;
|
||||||
--md-typeset-a-color: var(--md-primary-fg-color);
|
--md-typeset-a-color: var(--md-primary-fg-color);
|
||||||
--md-text-font:
|
--md-text-font: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
|
||||||
"Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue",
|
--md-code-font: "Roboto Mono", "SF Mono", Monaco, "Cascadia Code", Consolas, "Courier New", monospace;
|
||||||
Arial, sans-serif;
|
|
||||||
--md-code-font:
|
|
||||||
"Roboto Mono", "SF Mono", Monaco, "Cascadia Code", Consolas, "Courier New",
|
|
||||||
monospace;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Base Typography */
|
/* Base Typography */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue