trailing lines

This commit is contained in:
Chen Asraf
2021-01-27 02:29:08 +02:00
parent 34a8f7d252
commit 107b3e4c76
5 changed files with 8 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
[*.md]
[*]
tab_width = 2
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = false
[*.md]
trim_trailing_whitespace = false

View File

@@ -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'
alias -g G='| grep'

View File

@@ -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"
export DOTFILES="$HOME/.dotfiles"

View File

@@ -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 || :
[ -f /opt/homebrew/opt/chruby/share/chruby/chruby.sh ] && source /opt/homebrew/opt/chruby/share/chruby/chruby.sh || :

View File

@@ -89,4 +89,4 @@ source $ZSH/oh-my-zsh.sh
# fi
# Compilation flags
# export ARCHFLAGS="-arch x86_64"
# export ARCHFLAGS="-arch x86_64"