Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pseuco-ide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseuco
pseuco-ide
Commits
b2991d02
Verified
Commit
b2991d02
authored
Aug 28, 2019
by
Konstantin Kopper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable 'import-ordering' rule for linting
parent
0c12d135
Pipeline
#13076
passed with stages
in 5 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
.editorconfig
.editorconfig
+5
-0
No files found.
.editorconfig
View file @
b2991d02
...
...
@@ -14,3 +14,8 @@ indent_size = 2
[{*.kt, *.kts}]
indent_style = space
indent_size = 4
# Disables the import-ordering rule for linting until behaviour matches the formatting of IntelliJ.
# See https://github.com/pinterest/ktlint/issues/527 for more information.
# noinspection EditorConfigKeyCorrectness
disabled_rules = import-ordering
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment