add sublime-project file
This commit is contained in:
parent
842817086a
commit
88ff52a10d
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
gen/Gen
|
gen/Gen
|
||||||
gen/Crypto
|
gen/Crypto
|
||||||
dist
|
dist
|
||||||
|
*.sublime-workspace
|
||||||
|
|||||||
23
cryptonite.sublime-project
Normal file
23
cryptonite.sublime-project
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"folders":
|
||||||
|
[
|
||||||
|
{ "path": "Crypto", "file_exclude_patterns": ["*.hi", "*.o"] },
|
||||||
|
{ "path": "cbits" },
|
||||||
|
{ "path": "tests", "file_exclude_patterns": ["*.html"] },
|
||||||
|
{ "path": "benchs" },
|
||||||
|
{ "path": "gen" },
|
||||||
|
],
|
||||||
|
"settings":
|
||||||
|
{
|
||||||
|
"tab_size": 4,
|
||||||
|
"translate_tabs_to_spaces": true
|
||||||
|
},
|
||||||
|
"build_systems":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "Cabal-build",
|
||||||
|
"cmd": ["cabal", "build"],
|
||||||
|
"path": "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user