mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
use 4 spaces for xml and .gradle files
This commit is contained in:
+2
-2
@@ -164,14 +164,14 @@ spotless {
|
||||
format 'xml', {
|
||||
target 'src/*/res/**/*.xml', 'src/*/AndroidManifest.xml'
|
||||
eclipseWtp('xml')
|
||||
leadingTabsToSpaces(2)
|
||||
leadingTabsToSpaces(4)
|
||||
trimTrailingWhitespace()
|
||||
endWithNewline()
|
||||
}
|
||||
groovy {
|
||||
target '*.gradle'
|
||||
greclipse()
|
||||
leadingTabsToSpaces(2)
|
||||
leadingTabsToSpaces(4)
|
||||
trimTrailingWhitespace()
|
||||
endWithNewline()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user