Skip to content

Commit

Permalink
My identity for @lewagon in the gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoppaci committed Sep 19, 2019
1 parent 3066d8e commit 324834d
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 52 deletions.
33 changes: 19 additions & 14 deletions Package Control.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
{
"installed_packages":
[
"AdvancedNewFile",
"All Autocomplete",
"Babel",
"Emmet",
"ERB Snippets",
"Git",
"GitGutter",
"Package Control",
"SCSS",
"SublimeLinter",
"SublimeLinter-rubocop"
]
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"AdvancedNewFile",
"All Autocomplete",
"Babel",
"Emmet",
"ERB Snippets",
"Git",
"GitGutter",
"Package Control",
"SCSS",
"SublimeLinter",
"SublimeLinter-eslint",
"SublimeLinter-rubocop"
]
}
75 changes: 38 additions & 37 deletions Preferences.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,39 +1,40 @@
{
"detect_indentation": false,
"draw_white_space": true,
"ensure_newline_at_eof_on_save": true,
"update_check": false,
"folder_exclude_patterns":
[
"tmp",
"log",
".git",
".svn",
"_site",
".bundle",
".sass-cache",
".asset-cache",
"build",
"node_modules",
"dist",
"public/packs",
"coverage"
],
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"rulers":
[
80
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"wordWrap": false
"detect_indentation": false,
"draw_white_space": true,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
"tmp",
"log",
".git",
".svn",
"_site",
".bundle",
".sass-cache",
".asset-cache",
"build",
"node_modules",
"dist",
"public/packs",
"coverage"
],
"font_size": 15,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"rulers":
[
80
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"use_tab_stops": true,
"wordWrap": false
}
2 changes: 1 addition & 1 deletion gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
[branch "master"]
mergeoptions = --no-edit
[user]
email = marie.stoppa@essec.edu
email = stoppa[email protected]
name = Marie Stoppa
1 change: 1 addition & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ export PATH="./bin:./node_modules/.bin:${PATH}:/usr/local/sbin"
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export BUNDLER_EDITOR="'/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl' -a"
export BUNDLER_EDITOR="'/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl' -a"

0 comments on commit 324834d

Please sign in to comment.