https://github.com/feelpp/feelpp
Revision fe55d68161cdd11680a392f9283179461c0d088f authored by Vincent Chabannes on 01 June 2018, 22:23:53 UTC, committed by Vincent Chabannes on 01 June 2018, 22:23:53 UTC
1 parent d5f5a0f
Raw File
Tip revision: fe55d68161cdd11680a392f9283179461c0d088f authored by Vincent Chabannes on 01 June 2018, 22:23:53 UTC
fix compilation
Tip revision: fe55d68
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