2012-05-02 00:45:23 -05:00
|
|
|
{
|
2012-05-10 11:43:17 -05:00
|
|
|
"word_wrap": "on",
|
|
|
|
|
"wrap_width": 80,
|
2012-05-02 00:45:23 -05:00
|
|
|
"folders":
|
|
|
|
|
[
|
|
|
|
|
{
|
2012-06-09 19:52:05 -05:00
|
|
|
"path": "./"
|
2012-05-02 00:45:23 -05:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"settings":
|
|
|
|
|
{
|
|
|
|
|
"sublimeclang_options":
|
|
|
|
|
[
|
|
|
|
|
"-I/usr/include",
|
|
|
|
|
"-I/usr/local/include",
|
2015-04-21 21:14:54 -07:00
|
|
|
"-I${folder:${project_path:serial.sublime-project}}/include",
|
|
|
|
|
"-I/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1",
|
|
|
|
|
"-I/usr/local/include",
|
|
|
|
|
"-I/Library/Developer/CommandLineTools/usr/bin/../lib/clang/6.1.0/include",
|
|
|
|
|
"-I/Library/Developer/CommandLineTools/usr/include",
|
|
|
|
|
"-I/usr/include"
|
2012-05-02 00:45:23 -05:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|