Skip to content

Commit

Permalink
add config files
Browse files Browse the repository at this point in the history
  • Loading branch information
hulyak committed Sep 11, 2021
1 parent 3e8dfb4 commit 336c2c5
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 1 deletion.
46 changes: 46 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# http://editorconfig.org


# A special property that should be specified at the top of the file outside of

# any sections. Set to true to stop .editor config file search on current file

root = true

[*]
# Indentation style

# Possible values - tab, space

indent_style = space

# Indentation size in single-spaced characters

# Possible values - an integer, tab

indent_size = 2

# Line ending file format

# Possible values - lf, crlf, cr

end_of_line = lf

# File character encoding

# Possible values - latin1, utf-8, utf-16be, utf-16le

charset = utf-8

# Denotes whether to trim whitespace at the end of lines

# Possible values - true, false

trim_trailing_whitespace = true

# Denotes whether file should end with a newline

# Possible values - true, false

insert_final_newline = true

4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
build
coverage
.docusaurus
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
build
coverage
.docusaurus
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
sudo: false
language: node_js
node_js:
- 14
install:
- npm ci
cache:
directories:
- node_modules
Expand Down
2 changes: 1 addition & 1 deletion docs/career-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Career Resources

### 1.[Novo Resume](https://novoresume.com/resume-templates)

All Novorésumé resume templates are built with the most popular Applicant Tracking Systems (ATS) in mind. What this means for YOU is that whichever job you apply for, the CV filtering software they use will be able to read your resume (and NOT automatically discard it).
All Novorésumé resume templates are built with the most popular Applicant Tracking Systems (ATS) in mind. What this means for YOU is that whichever job you apply for, the CV filtering software they use will be able to read your resume and NOT automatically discard it.

![Alt Text](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/fms6me9562048piuiiqi.png)

Expand Down

1 comment on commit 336c2c5

@vercel
Copy link

@vercel vercel bot commented on 336c2c5 Sep 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.