Created
January 7, 2017 00:08
-
-
Save ambv/2f96f1aa4044e5e9b518231f9fe7648b to your computer and use it in GitHub Desktop.
File-type specific Atom configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'.gfm.source': | |
'editor': | |
'softWrap': true | |
'tabLength': 4 | |
'preferredLineLength': 72 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can learn which grammar to use by opening a specific file and pressing Cmd+Option+P. Note that it will report for example "source.gfm" and what you should be using in the config is ".gfm.source".