資訊三丁 D0668937 李元熙
- OS: 18.04.1-Ubuntu LTS
- Prog. language: C
"""" From example_vimrc | |
" When started as "evim", evim.vim will already have done these settings, bail | |
" out. | |
if v:progname =~? "evim" | |
finish | |
endif | |
" Get the defaults that most users want. | |
source $VIMRUNTIME/defaults.vim |
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH="/Users/forrestli/.oh-my-zsh" | |
# Load nerd fonts icons | |
# By Forrest@03/03/2021 | |
source ~/Documents/nerd_fonts_download/i_all.sh |
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<profiles version="21"> | |
<profile kind="CodeFormatterProfile" name="Eclipse [Forrest customized]" version="21"> | |
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/> | |
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/> | |
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/> | |
<setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment" value="common_lines"/> | |
<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true"/> | |
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value="insert"/> | |
<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" value="do not insert"/> |