From 107b3e4c76250ae576fad83624bc21e37666be72 Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Wed, 27 Jan 2021 02:29:08 +0200 Subject: [PATCH] trailing lines --- .editorconfig | 6 ++++-- aliases.sh | 2 +- exports.sh | 2 +- sources.sh | 2 +- zsh_init.sh | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index d60fff9c..4f00475a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,8 @@ -[*.md] +[*] tab_width = 2 indent_size = 2 indent_style = space insert_final_newline = true -trim_trailing_whitespace = false \ No newline at end of file + +[*.md] +trim_trailing_whitespace = false diff --git a/aliases.sh b/aliases.sh index b5e4d111..226d3491 100755 --- a/aliases.sh +++ b/aliases.sh @@ -14,4 +14,4 @@ alias dt="cd $HOME/Desktop" alias dl="cd $HOME/Downloads" alias serve="python3 -m http.server ${PORT:-3001}" alias python="PYTHONPATH=$(pwd):$PYTHONPATH python" -alias -g G='| grep' \ No newline at end of file +alias -g G='| grep' diff --git a/exports.sh b/exports.sh index 8b3fd62d..aee353b8 100755 --- a/exports.sh +++ b/exports.sh @@ -7,4 +7,4 @@ export PATH="$PATH:$HOME/.pub-cache/bin" # Path to your oh-my-zsh installation. export ZSH="$HOME/.oh-my-zsh" -export DOTFILES="$HOME/.dotfiles" \ No newline at end of file +export DOTFILES="$HOME/.dotfiles" diff --git a/sources.sh b/sources.sh index b1d03f41..339bac38 100755 --- a/sources.sh +++ b/sources.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh || : -[ -f /opt/homebrew/opt/chruby/share/chruby/chruby.sh ] && source /opt/homebrew/opt/chruby/share/chruby/chruby.sh || : \ No newline at end of file +[ -f /opt/homebrew/opt/chruby/share/chruby/chruby.sh ] && source /opt/homebrew/opt/chruby/share/chruby/chruby.sh || : diff --git a/zsh_init.sh b/zsh_init.sh index 96228d5c..232cac13 100755 --- a/zsh_init.sh +++ b/zsh_init.sh @@ -89,4 +89,4 @@ source $ZSH/oh-my-zsh.sh # fi # Compilation flags -# export ARCHFLAGS="-arch x86_64" \ No newline at end of file +# export ARCHFLAGS="-arch x86_64"