We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2a09c commit 98a34bfCopy full SHA for 98a34bf
2 files changed
.github/workflows/ci.yml
@@ -20,7 +20,6 @@ jobs:
20
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
21
with:
22
license_header_check_project_name: "Swift.org"
23
- format_check_enabled: false # aspire to true
24
25
build-examples:
26
strategy:
.swift-format
@@ -0,0 +1,5 @@
1
+{
2
+ "rules": {
3
+ "AlwaysUseLowerCamelCase": false
4
+ }
5
+}
0 commit comments