Skip to content

Instantly share code, notes, and snippets.

@rossy
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save rossy/c0d36f1321ad4c27b0c7 to your computer and use it in GitHub Desktop.

Select an option

Save rossy/c0d36f1321ad4c27b0c7 to your computer and use it in GitHub Desktop.
{
"user": {
"debug": true,
"delay": 0.25,
"error_color": "D02000",
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
"gutter_theme_excludes": [],
"lint_mode": "background",
"linters": {
"clang": {
"@disable": false,
"args": [
"-Wundef",
"-Wmissing-prototypes",
"-Wshadow",
"-Wpointer-arith",
"-Wredundant-decls",
"-Wempty-body",
"-Wdisabled-optimization",
"-Wstrict-prototypes",
"-nobuiltininc",
"-nostdinc++",
"-nostdsysteminc",
"--system-header-prefix=C:\\msys64\\mingw64\\",
"-triple",
"x86_64-w64-windows-gnu",
"-D_ISOC99_SOURCE",
"-D_GNU_SOURCE",
"-D_LARGEFILE_SOURCE",
"-D_FILE_OFFSET_BITS=64",
"-D_LARGEFILE64_SOURCE",
"-D_WIN32_WINNT=0x0603",
"-DUNICODE",
"-D_UNICODE",
"-DCOBJMACROS",
"-D__USE_MINGW_ANSI_STDIO=1",
"-Dgnu_printf=printf",
"-fms-extensions",
"-D__INTRINSIC_DEFINED__InterlockedExchangeAdd",
"-D__INTRINSIC_DEFINED__InterlockedCompareExchange",
"-D__INTRINSIC_DEFINED__InterlockedIncrement",
"-D__INTRINSIC_DEFINED__InterlockedDecrement",
"-D__INTRINSIC_DEFINED__InterlockedExchange",
"-D__INTRINSIC_DEFINED__InterlockedCompareExchangePointer",
"-D__INTRINSIC_DEFINED__InterlockedExchangePointer",
"-internal-isystem",
"C:\\msys64\\mingw64\\include\\c++\\4.9.2",
"-internal-isystem",
"C:\\msys64\\mingw64\\include\\c++\\4.9.2\\x86_64-w64-mingw32",
"-internal-isystem",
"C:\\msys64\\mingw64\\include\\c++\\4.9.2\\backward",
"-internal-isystem",
"C:\\msys64\\mingw64\\lib\\clang\\3.5.0\\include",
"-internal-isystem",
"C:\\msys64\\mingw64\\x86_64-w64-mingw32\\include",
"-internal-isystem",
"C:\\msys64\\mingw64\\include"
],
"excludes": [],
"extra_flags": "",
"include_dirs": []
}
},
"mark_style": "outline",
"no_column_highlights_line": false,
"passive_warnings": false,
"paths": {
"windows": [
"C:\\msys64\\mingw64\\bin"
]
},
"python_paths": {
"linux": [],
"osx": [],
"windows": []
},
"rc_search_limit": 3,
"shell_timeout": 10,
"show_errors_on_save": false,
"show_marks_in_minimap": true,
"syntax_map": {
"html (django)": "html",
"html (rails)": "html",
"html 5": "html",
"php": "html",
"python django": "python"
},
"warning_color": "DDB700",
"wrap_find": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment