mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 07:19:50 -04:00
update formatting of bible reference
added exception to editor config
This commit is contained in:
parent
0e2b2273c1
commit
fa31ece0d6
@ -11,6 +11,9 @@ trim_trailing_whitespace = true
|
||||
[*.ts]
|
||||
quote_type = single
|
||||
|
||||
[bible-reference.ts]
|
||||
max_line_length=1000
|
||||
|
||||
[*.md]
|
||||
max_line_length = off
|
||||
trim_trailing_whitespace = false
|
||||
|
1
app/db/.prettierrc
Normal file
1
app/db/.prettierrc
Normal file
@ -0,0 +1 @@
|
||||
{}
|
File diff suppressed because it is too large
Load Diff
@ -22,7 +22,6 @@
|
||||
"options": ["spaces"]
|
||||
},
|
||||
"max-classes-per-file": false,
|
||||
"max-line-length": [true, 140],
|
||||
"member-ordering": [
|
||||
true,
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user