Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- itertools
- Big-Oh 예제
- homogeneous linear system
- Big Omega
- nontrivial solution
- 빅세타
- matrix trnasformations
- Big-O 예제
- 빅오메가
- 이진 탐색
- 랜덤 순서 배열
- linear dependence
- one-to-one
- nonhomogeneous linear system
- 배열 섞기
- 코틀린 시작하기
- 빅오 표기법
- matrix fo a linear transformation
- solutions of matrix equation
- trivial solution
- python
- 재귀함수
- 알고리즘 분석의 실례
- 일차변환
- Big Theta
- matrix-vector product
- Big-Oh notation
- 코틀린 Hello World!
- NumPy
- recursive algorithms
Archives
- Today
- Total
코딩 연습
spacemacs - indent width 4로 설정하고, 줄번호 표시해주기 본문
반응형
c 언어에서 indent width 를 4로 설정하는 법
~/.spacemacs 파일을 열어서
";; Do not write anything~" 바로 윗 줄에
(setq c-default-style "stroustrup")
를 추가해주면 됨
또한 line number 를 표시해주고 싶으면
"dotspacemacs-line-numbers" 를 찾아서 false 부분을 t 혹은 'relative 로 바꾸면 됨
반응형
'잡다한 것들' 카테고리의 다른 글
맥 - VScode 에서 vim plugin 사용시 키 연속입력이 안되는 문제 (2) | 2020.12.14 |
---|---|
spacevim - colorscheme 바꾸기 (0) | 2020.12.14 |
맥 - MacVim 에서 줄간격 조정하는 방법 (0) | 2020.12.14 |
맥 - MacVim 종료 후 iterm2 로 포커스 복귀 (0) | 2020.12.14 |
spacemacs 배경 색 바꾸기 (0) | 2020.12.14 |
Comments