Skip to content

Instantly share code, notes, and snippets.

View PleahMaCaka's full-sized avatar
🐛
2024 FREE HOW HUMAN GUIDE!!! [WORK NOW!!!]

SEOA7777 PleahMaCaka

🐛
2024 FREE HOW HUMAN GUIDE!!! [WORK NOW!!!]
View GitHub Profile

📝 시맨틱 커밋 메시지 (Semantic Commit Messages)

Format: <type>(<scope>): <short summary>

<scope>선택적입니다.

✏️ 작성 방법

feat: 모자에 귀여워지는 효과 추가
/* EDIT MODE */
.canvas-node .HyperMD-header.HyperMD-header-1 {
text-align: center;
}
/* PREVIEW MODE */
.canvas-node .markdown-preview-view h1 {
text-align: center;
{
"$schema": "",
"type": "object",
"properties": {
"author": {
"type": "string"
},
"extensions": {
"type": {"string"}
}

※ PowerShell (Admin) needed ※

Before -> After

Before After

AIO

One-Line Enable

reg.exe add HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32 /f /ve &amp;&amp; taskkill /f /im explorer.exe &amp;&amp; explorer
import datetime as dt
class Color():
red = "\x1b[31m"
green = "\x1b[32m"
yellow = "\x1b[33m"
blue = "\x1b[34m"
white = "\x1b[37m"
bold = "\x1b[1m"
@PleahMaCaka
PleahMaCaka / 시맨틱 커밋 메세지.md
Last active May 15, 2023 12:13
시맨틱 커밋 메세지

📝 시맨틱 커밋 메시지 (Semantic Commit Messages)

커밋 메시지 스타일을 약간 바꿈으로써 어떻게 더 나은 프로그래머가 될 수 있는지 알아보세요.

시맨틱 커밋 메세지는 수많은 스타일 중 하나입니다.
본인이 원하거나 꼭 따라야 하는것이 아니라면 억지로 사용하지 마세요.

포멧: <타입>(<스코프>): <짧은 요약>
Format: <type>(<scope>): <short summary>

<scope>선택적입니다.

root = true
[*.tsx]
indent_style = space
indent_size = 2
# semicolon
ij_typescript_force_semicolon_style = false
ij_typescript_space_before_for_semicolon = false
ij_typescript_use_semicolon_after_statement = false