Entries from January 2019

How To Reformat or Re-indent Files in VIM

Author: , January 11th, 2019

In the normal vim mode, typing gg=G will reindent the entire file. == will re-indent just the current line. http://vim.wikia.com/wiki/Fix_indentation

How to fix the MacPorts “Warning: xcodebuild exists but failed to execute” warning message

Author: , January 9th, 2019

Execute the following command: $ sudo xcode-select -switch /Applications/Xcode.app