1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00
serial/serial.sublime-project

20 lines
254 B
Plaintext
Raw Normal View History

{
2012-05-10 11:43:17 -05:00
"word_wrap": "on",
"wrap_width": 80,
"folders":
[
{
2012-06-09 19:52:05 -05:00
"path": "./"
}
],
"settings":
{
"sublimeclang_options":
[
"-I/usr/include",
"-I/usr/local/include",
"-I${folder:${project_path:serial.sublime-project}}/include"
]
}
}