mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
15 lines
362 B
Plaintext
15 lines
362 B
Plaintext
tabWidth: 4
|
|
useTabs: false
|
|
semi: false
|
|
singleQuote: false
|
|
arrowParens: "avoid"
|
|
trailingComma: "all"
|
|
proseWrap: "never"
|
|
|
|
# The python script which parses excmds requires that function signatures are on one line.
|
|
# Hopefully, no-one will write a function signature more than 10,000 characters long.
|
|
overrides:
|
|
- files: "excmds.ts"
|
|
options:
|
|
printWidth: 10000
|