Skip to content

Commit

Permalink
Use tabs for XML files
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed May 1, 2020
1 parent 8cfd23b commit 1c001a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ insert_final_newline = true
charset = utf-8
indent_style = tab
tab_width = 4

[*.xml]
charset = utf-8
indent_style = tab
tab_width = 4
8 changes: 4 additions & 4 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.jellyfin.api.java">
package="org.jellyfin.api.java">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
</manifest>

0 comments on commit 1c001a4

Please sign in to comment.