Skip to content
Snippets Groups Projects
geomag-algorithms.sublime-project 467 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "folders":
      [
        {
          "path": ".",
          "file_exclude_patterns": [
    
    Jeremy M Fee's avatar
    Jeremy M Fee committed
            "*.pyc"
    
          ],
          "folder_exclude_patterns": [
          ]
        }
      ],
      "settings": {
        "ensure_newline_at_eof_on_save": true,
        "rulers": [80],
    
        "auto_indent": true,
        "smart_indent": true,
        "indent_to_bracket": false,
    
        "translate_tabs_to_spaces": true,
    
        "trim_automatic_white_space": true,
    
        "trim_trailing_white_space_on_save": true