commit | 6c531066e75e026a77ded52ae85848f88a22d4c8 | [log] [tgz] |
---|---|---|
author | Torsten Grote <t@grobox.de> | Fri Sep 25 10:23:32 2020 -0300 |
committer | Chirayu Desai <952062+chirayudesai@users.noreply.github.com> | Wed Oct 07 19:44:05 2020 +0530 |
tree | 7fa5ef66fc745a1a4bd7dad004e1234290c6ca8f | |
parent | 53937bda2f1bbe8f7659a17607c7c2311cdca71f [diff] [blame] |
Enable automatic coding style linting with ktlint (also on CI) This way the coding style is guaranteed to stay consistent.
diff --git a/.gitignore b/.gitignore index 89216d5..ec60569 100644 --- a/.gitignore +++ b/.gitignore
@@ -9,6 +9,7 @@ lib/ .idea/* !.idea/runConfigurations* +!.idea/inspectionProfiles* !.idea/codeStyles* *.ipr *.iws