Skip to content

Commit 320118a

Browse files
committed
Remove the 2 spaces requirement
1 parent eddef3e commit 320118a

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

linters/SublimeLinter/SublimeLinter.sublime-settings

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
// Suppress warnings about == null comparisons.
4444
"eqnull": true,
4545

46-
// Enforce tab width of 2 spaces.
47-
"indent": 2,
48-
4946
// Prohibit use of a variable before it is defined.
5047
"latedef": true,
5148

@@ -63,7 +60,7 @@
6360

6461
// Warn when variables are defined but never used.
6562
"unused": true,
66-
63+
6764
// Enforce line length to 80 characters
6865
"maxlen": 80,
6966

linters/jshintrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
// Suppress warnings about == null comparisons.
2929
"eqnull": true,
3030

31-
// Enforce tab width of 2 spaces.
32-
"indent": 2,
33-
3431
// Prohibit use of a variable before it is defined.
3532
"latedef": true,
3633

0 commit comments

Comments
 (0)