Skip to content

Instantly share code, notes, and snippets.

@ambv
Created January 7, 2017 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ambv/2f96f1aa4044e5e9b518231f9fe7648b to your computer and use it in GitHub Desktop.
Save ambv/2f96f1aa4044e5e9b518231f9fe7648b to your computer and use it in GitHub Desktop.
File-type specific Atom configuration
'.gfm.source':
'editor':
'softWrap': true
'tabLength': 4
'preferredLineLength': 72
@ambv
Copy link
Author

ambv commented Jan 7, 2017

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment