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

Skip to content

Commit 16f4721

Browse files
committed
Merge pull request atom#63 from atom/tj-softtabs
Ensure soft tabs is used by default
2 parents 00529e6 + f9f9947 commit 16f4721

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)