当前位置:网站首页>Idea sets the default line break for global newly created files
Idea sets the default line break for global newly created files
2022-07-06 01:14:00 【Bug No.1 quality inspector】
Read tonight 《 Ali Java Development Manual 》 In the code format section of , The tenth mandatory statute has attracted my attention . That's right ,
IDE Use of line breaks in files in UNIX Format , Do not use Windows Format .
So why is online search so , Get the following answer :
In development , You may encounter some command scripts using windows Under the text editor
When put into the test environment Linux In the middle of the day , The run will report an error .
This is because :
Windows: Binary line feed symbol :0d0a
Linux/Unix: Binary line feed symbol :0a
IDEA Set the default line break for global newly created files
Settings——>Editor——>Code Style below 
Be careful :
- The changed default line break is only valid for new files , Existing files still need to be modified manually
- The default line break setting is best installed at the beginning IntelliJ IDEA Software , In this way, all subsequent files are unified line breaks
边栏推荐
- Mysql--- query the top 5 students
- Leetcode 剑指 Offer 59 - II. 队列的最大值
- Promise
- Logstash clear sincedb_ Path upload records and retransmit log data
- Exciting, 2022 open atom global open source summit registration is hot
- WGet: command line download tool
- MIT doctoral thesis | robust and reliable intelligent system using neural symbol learning
- Nmap: network detection tool and security / port scanner
- Construction plan of Zhuhai food physical and chemical testing laboratory
- DD's command
猜你喜欢

MobileNet系列(5):使用pytorch搭建MobileNetV3并基于迁移学习训练

Recursive method to realize the insertion operation in binary search tree

1791. Find the central node of the star diagram / 1790 Can two strings be equal by performing string exchange only once

BiShe - College Student Association Management System Based on SSM
![[groovy] compile time meta programming (compile time method interception | method interception in myasttransformation visit method)](/img/e4/a41fe26efe389351780b322917d721.jpg)
[groovy] compile time meta programming (compile time method interception | method interception in myasttransformation visit method)

servlet(1)

About error 2003 (HY000): can't connect to MySQL server on 'localhost' (10061)

cf:D. Insert a Progression【关于数组中的插入 + 绝对值的性质 + 贪心一头一尾最值】

VSphere implements virtual machine migration

The population logic of the request to read product data on the sap Spartacus home page
随机推荐
golang mqtt/stomp/nats/amqp
cf:D. Insert a Progression【关于数组中的插入 + 绝对值的性质 + 贪心一头一尾最值】
面试必刷算法TOP101之回溯篇 TOP34
新手入门深度学习 | 3-6:优化器optimizers
Getting started with devkit
GNSS terminology
After 95, the CV engineer posted the payroll and made up this. It's really fragrant
Installation and use of esxi
[groovy] compile time metaprogramming (compile time method interception | find the method to be intercepted in the myasttransformation visit method)
Distributed base theory
Zhuhai's waste gas treatment scheme was exposed
Synchronized and reentrantlock
C language programming (Chapter 6 functions)
Gartner released the prediction of eight major network security trends from 2022 to 2023. Zero trust is the starting point and regulations cover a wider range
MobileNet系列(5):使用pytorch搭建MobileNetV3并基于迁移学习训练
False breakthroughs in the trend of London Silver
SCM Chinese data distribution
Paging of a scratch (page turning processing)
Redis' cache penetration, cache breakdown, cache avalanche
程序员成长第九篇:真实项目中的注意事项