-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All documentations and assets have been moved to the official Nord website and documentations (1,2). References: (1) https://www.nordtheme.com/ports/atom-syntax (2) https://github.com/arcticicestudio/nord-docs Resolves GH-63
- Loading branch information
1 parent
0d26b31
commit b967597
Showing
59 changed files
with
190 additions
and
22,362 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,25 @@ | ||
# ++++++++++++++++++++++ | ||
# Copyright (C) 2018-present Arctic Ice Studio <development@arcticicestudio.com> | ||
# Copyright (C) 2018-present Sven Greb <development@svengreb.de> | ||
# | ||
# Project: Nord Docs | ||
# Repository: https://github.com/arcticicestudio/nord-docs | ||
# License: MIT | ||
|
||
# +--------------------+ | ||
# + Base Configuration + | ||
# ++++++++++++++++++++++ | ||
# +--------------------+ | ||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_size = 2 | ||
indent_style = space | ||
insert_final_newline = true | ||
max_line_length = 160 | ||
max_line_length = 120 | ||
trim_trailing_whitespace = true | ||
|
||
# +++++++++++++ | ||
# + Languages + | ||
# +++++++++++++ | ||
# +++ Markdown +++ | ||
[*.{md,gfm}] | ||
[*.{md}] | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,19 @@ | ||
# Copyright (C) 2016-present Arctic Ice Studio <development@arcticicestudio.com> | ||
# Copyright (C) 2016-present Sven Greb <development@svengreb.de> | ||
# | ||
# Project: Nord Atom UI | ||
# Repository: https://github.com/arcticicestudio/nord-atom-ui | ||
# License: MIT | ||
|
||
# +------+ | ||
# + Logs + | ||
# +------+ | ||
logs/ | ||
**/*.log | ||
npm-debug.log* | ||
|
||
# +---------+ | ||
# + Node.js + | ||
# +---------+ | ||
node_modules | ||
npm-debug.log | ||
**/node_modules/ | ||
.npm/ | ||
*.log | ||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.