mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-19 18:51:14 +08:00
apple-swift-format: linter and fixer with config swiftpm support (#3671)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"version": 1,
|
||||
"lineLength": 100,
|
||||
"indentation": {
|
||||
"spaces": 4
|
||||
},
|
||||
"respectsExistingLineBreaks": true,
|
||||
"lineBreakBeforeControlFlowKeywords": true,
|
||||
"lineBreakBeforeEachArgument": true
|
||||
}
|
||||
Reference in New Issue
Block a user