Skip to content

Commit

Permalink
Add Dact project for Sublime Text.
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Nov 23, 2011
1 parent 7440d99 commit d8bafac
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions dact.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"folders":
[
{
"path": ".",
"file_exclude_patterns": [".*", "*.cmake", "CMakeCache.txt",
"Makefile", "install_manifest.txt", "*.cxx", "ui_*.h"],
"folder_exclude_patterns": ["CMakeFiles", "CMakeScripts",
"cmake", "build", "Debug", "Dact.*"]
}
],
"settings":
{
"tab_size": 4,
"translate_tabs_to_spaces": true,
"ensure_newline_at_eof_on_save": true,
"default_line_ending": "unix"
}
}

0 comments on commit d8bafac

Please sign in to comment.