Add newline at EOF (#1932)
This commit is contained in:
parent
674137e89d
commit
56a53165b6
|
@ -75,6 +75,7 @@ IndentCaseLabels: true
|
|||
IndentPPDirectives: None
|
||||
IndentWidth: 4
|
||||
IndentWrappedFunctionNames: false
|
||||
InsertNewlineAtEOF: true
|
||||
JavaScriptQuotes: Leave
|
||||
JavaScriptWrapImports: true
|
||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||
|
|
Loading…
Reference in New Issue