Revision 5e30b798ef4e09948168960b8877106edffb2199 authored by Alexandre Ancel on 24 February 2015, 14:42:16 UTC, committed by Alexandre Ancel on 24 February 2015, 14:42:16 UTC
- Added level of error messages for Python Wrapping in cmake step
- Commented out unused header
- Removed option for choosing MPI threading level (passed to the
  Environment)
1 parent fcf3e1f
Raw File
feelpp.sublime-project
{
  "folders":
  [
    {
      "path": ".",
      "folder_exclude_patterns": ["buil", ".svn", ".git", ".DS_Store"],
      "file_exclude_patterns": ["*~", "*.sublime-workspace"]
    }
  ],
  "settings":
  {
    "tab_size": 4,
    "translate_tabs_to_spaces": true,
    "smart_indent":true,
    "indent_to_bracket":true,
    "trim_automatic_white_space": true,
    "ensure_newline_at_eof_on_save": true,
    "trim_trailing_white_space_on_save": true,
    "default_encoding": "UTF-8",
    "default_line_ending": "unix"
  }
}
back to top