Strip working files

This commit is contained in:
Mark Griffiths 2014-09-04 13:13:57 +01:00
parent ac92f54ca6
commit f1bd2b823d
4 changed files with 0 additions and 1366 deletions

View file

@ -1,13 +0,0 @@
# fish-shell config: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf8
end_of_line = lf
insert_final_newline = true
indent_brace_style = Allman
indent_style = spaces
indent_size = 4

View file

@ -1,71 +0,0 @@
{
"build_systems":
[
{
"cmd":
[
"make",
"user_doc"
],
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"name": "Make Fish-Shell",
"path": "/Users/Mark/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/X11/bin",
"selector": "source.Makefile",
"variants":
[
{
"cmd":
[
"make",
"clean"
],
"name": "Clean"
},
{
"cmd":
[
"make",
"user_doc"
],
"name": "User Docs"
},
{
"cmd":
[
"make",
"doc"
],
"name": "Dev Docs"
},
{
"cmd":
[
"make",
"test"
],
"name": "Test"
}
],
"working_dir": "${project_path:${folder:${file_path}}}"
}
],
"folders":
[
{
"file_exclude_patterns":
[
"*.sublime-*"
],
"folder_exclude_patterns":
[
"autom4te.cache"
],
"follow_symlinks": true,
"path": "."
}
],
"settings":
{
"tab_size": 2
}
}

File diff suppressed because it is too large Load diff

View file

@ -1,12 +0,0 @@
# fish-shell config: http://EditorConfig.org
# top-most EditorConfig file
root = false
# Unix-style newlines with a newline ending every file
[*]
charset = utf8
end_of_line = lf
insert_final_newline = true
indent_style = spaces
indent_size = 4