Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9f9947

Browse files
committed
Ensure soft tabs is used by default
PEP8 clearly states that 4 spaces should be used for indentation, and this change ensures that regardless of whether the user has configured hard tabs as their global default. Refs atom#62
1 parent 00529e6 commit f9f9947

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

settings/language-python.cson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'.source.python':
22
'editor':
33
'autoIndentOnPaste': false
4+
'softTabs': true
45
'tabLength': 4
56
'foldEndPattern': '^\\s*"""\\s*$'
67
'commentStart': '# '

0 commit comments

Comments
 (0)