Created
September 17, 2013 10:11
-
-
Save driesdesmet/6592451 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Show hidden characters
| { | |
| "color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme", | |
| // Gebruik het Flatland kleurenschema voor code. | |
| "ensure_newline_at_eof_on_save": true, | |
| // Maak altijd een newline op het einde van een bestand. | |
| "file_exclude_patterns": | |
| [ | |
| "*.scssc", | |
| "*.DS_Store" | |
| ], | |
| // Verberg deze files in de sidebar en search. | |
| "flatland_square_tabs": true, | |
| // Gebruik vierkante tabs in het Flatland thema. | |
| "folder_exclude_patterns": | |
| [ | |
| ".sass-cache", | |
| ".git" | |
| ], | |
| // Verberg deze mappen in de sidebar en search. | |
| "font_face": "Source Code Pro", | |
| // Mijn voorkeur tussen alle gratis en open source lettertypes. | |
| "font_size": 18.0, | |
| // Omdat 16 te klein is. | |
| "line_padding_bottom": 6, | |
| // Code is poetry, hé. | |
| "match_header_hashes": false, | |
| // Maak niet automatisch matching hashes aan in Markdown headers (voor MarkdownEditing plugin) | |
| "show_minimap": false, | |
| // Verberg de minimap rechtsboven. | |
| "theme": "Flatland Dark.sublime-theme", | |
| // Kies het Flatland thema voor de application chrome. | |
| "trim_trailing_white_space_on_save": true, | |
| // Trim overtollige witruimte aan het einde van lijnen automatisch bij het saven van een bestand. Trust me, you want this. | |
| "word_wrap": true | |
| // Omdat manueel wrappen voor vimtage people is. | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment