Revision b02ce41ae5b98b655f0290ccf70e355438eae220 authored by jburns11 on 13 February 2020, 18:23:10 UTC, committed by GitHub on 13 February 2020, 18:23:10 UTC
2 parent s afeb3e2 + bbc6108
Raw File
paparazzi.sublime-project
{
	"folders":
	[
		{
			"follow_symlinks": true,
			"path": ".",
      "file_exclude_patterns":
      [
        "*.swp",
        ".emacs*",
        "*.o",
        "*.a",
        "*.d",
        "*.depend",
        "*.so",
        "*.out",
        "*.cmo",
        "*.cma",
        "*.cmi",
        "*.cmx",
        "*.cmxa",
        "*.sublime-project",
        "*.sublime-workspace",
        ".project",
        ".cproject",
        ".pydevproject"
      ],
      "folder_exclude_patterns":
      [
        ".settings",
        ".idea",
        ".vagrant",
        "var"
      ]
		}
	],
	"settings":
    {
        "tab_size": 2,
        "translate_tabs_to_spaces": true,
        "highlight_line": true,
        "trim_trailing_white_space_on_save": true,
        "ensure_newline_at_eof_on_save": true
    },
}
back to top